object FM_Replace: TFM_Replace Left = 211 Top = 211 BorderStyle = bsDialog Caption = 'Find Text' ClientHeight = 173 ClientWidth = 363 Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Label1: TLabel Left = 7 Top = 16 Width = 73 Height = 13 Caption = '&Text to Find:' FocusControl = CB_Find Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LB_Replace: TLabel Left = 7 Top = 52 Width = 75 Height = 13 Caption = '&Replace with' FocusControl = CB_Replace Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object CB_Find: TComboBox Left = 96 Top = 12 Width = 249 Height = 21 ItemHeight = 13 TabOrder = 0 OnExit = CB_FindExit end object CB_Replace: TComboBox Left = 96 Top = 44 Width = 249 Height = 21 ItemHeight = 13 TabOrder = 1 end object PA_OPTION: TPanel Left = 0 Top = 80 Width = 363 Height = 93 Align = alBottom BevelOuter = bvNone TabOrder = 2 object BT_Cancel: TBitBtn Left = 176 Top = 56 Width = 70 Height = 25 Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Kind = bkCancel end object BT_OK: TBitBtn Left = 96 Top = 56 Width = 70 Height = 25 Caption = 'Ok' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Kind = bkOK end object CHK_Prompt: TCheckBox Left = 160 Top = 0 Width = 185 Height = 17 Caption = '&Prompt on Replace' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object CHK_Case: TCheckBox Left = 8 Top = 0 Width = 153 Height = 17 Caption = '&Case Sensitive' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 end object CHK_FromTop: TCheckBox Left = 8 Top = 24 Width = 145 Height = 17 Caption = 'Search From &Begining' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False State = cbChecked TabOrder = 4 end object BT_ReplaceAll: TBitBtn Left = 256 Top = 56 Width = 70 Height = 25 Caption = 'Replace &All' ModalResult = 6 TabOrder = 5 end end end